object FormInputProp: TFormInputProp Left = 195 Top = 130 BorderStyle = bsDialog Caption = 'Input Properties' ClientHeight = 183 ClientWidth = 283 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 150 Top = 96 Width = 63 Height = 13 Caption = 'MaxLength' end object Label2: TLabel Left = 12 Top = 50 Width = 33 Height = 13 Caption = 'Name' end object Label3: TLabel Left = 12 Top = 96 Width = 25 Height = 13 Caption = 'Size' end object Label4: TLabel Left = 150 Top = 50 Width = 33 Height = 13 Caption = 'Value' end object Label8: TLabel Left = 12 Top = 8 Width = 26 Height = 13 Caption = 'Text' end object MaxLen: TEdit Left = 150 Top = 112 Width = 121 Height = 20 TabOrder = 4 end object Name: TEdit Left = 12 Top = 66 Width = 121 Height = 20 TabOrder = 1 end object Size: TEdit Left = 12 Top = 112 Width = 121 Height = 20 TabOrder = 3 end object Value: TEdit Left = 150 Top = 66 Width = 121 Height = 20 TabOrder = 2 end object BitBtn1: TBitBtn Left = 54 Top = 144 Width = 77 Height = 27 TabOrder = 5 Kind = bkOK end object BitBtn2: TBitBtn Left = 150 Top = 144 Width = 79 Height = 27 TabOrder = 6 Kind = bkCancel end object TextEdit: TEdit Left = 12 Top = 22 Width = 259 Height = 20 TabOrder = 0 end end